:root {
    font-size: 100px;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: "Microsoft YaHei UI", serif;
    font-size: 0.14rem;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.16rem;
}

a, a:hover, a:visited, a:focus {
    cursor: pointer;
    text-decoration: none !important;
    color: inherit;
}

.phone-menu {
    display: none;
}

/*详情公共部分*/
.news-block {
    width: 60%;
    font-size: 0.14rem;
    margin: 80px auto;
    cursor: default;
    color: #666666;

}

.news-block li {
    list-style: disc;
    color: #999999;
    padding: 10px 0;
}

.news-block li a {
    color: #999999;
}

.news-block li.active a, .news-block li:hover a {
    color: #666;
}

.news-block .top-block {
    /*width: 60%;*/
    /*float: right;*/
    text-align: center;
}

.news-block .bottom-block {
    clear: both;
    margin-top: 35px;
}

.news-block ul {
    width: 15%;
    position: fixed;
    margin-right: 20px;
}

.top-block .top-title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.bottom-block > div p, .top-block p {
    line-height: 2.5;
    text-indent: 25px;
}

.bottom-block .bottom-a {
    color: #ff8244;
    float: right;
    cursor: pointer
}

.bottom-block .li-bottom {
    margin-top: 15px;
}

.bottom-block.active {
    opacity: 0;
}

.bottom-block:after, .foot-div:after, .job-salary-div ul:after, .foot-scan:after {
    content: "";
    display: table;
    clear: both;
}

/*导航*/
.header-navbar {
    position: fixed;
    width: 100%;
    padding-left: 5%;
    background: url("../images/logo.png") no-repeat left;
    background-size: 65px;
    background-origin: content-box;
    color: #fff;
}

.navbar-ul {
    float: right;
    margin-right: 3%;
    line-height: 85px;
    height: 85px;
    font-size: 0;
}

.navbar-ul li {
    display: inline-block;
    padding: 0 20px;
}

.navbar-nav > li > a, .nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: inherit;
    color: #333;
}

.header-navbar.change {
    background: url("../images/blue-logo.png") no-repeat left;
    background-size: 65px;
    color: #333333;
    padding-left: 5%;
    background-origin: content-box;
}

.header-navbar.detail {
    color: #333333;
    padding-left: 5%;
    background: #fff url("../images/blue-logo.png") no-repeat left;
    background-size: 65px;
    background-origin: content-box;
}

.header-navbar.last-backcolor {
    background-color: #fff;
}

.navbar-ul li:hover {
    color: #56beda;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
}

.change .navbar-nav > li > a, .detail .navbar-nav > li > a {
    color: #333333;
}

/*主页*/
.body-section {
    width: 100%;
    height: 600%;
}

.section {
    text-align: center;
    font: 100% "Microsoft Yahei";
    color: #333;
    width: 100%;
    height: 16.7%;
}

.section:nth-child(1) {
    background: #f5f5f5;
}

#page1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url("../images/main-image.jpg") no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
}

/*解决方案页面*/
.section-title {
    position: absolute;
    padding-top: 27px;
    top: 10%;
    left: 0;
    right: 0;
    height: 50px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
}

.solution-title {
    background: url("../images/solution.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center, top;
    background-origin: border-box, content-box;
    background-size: 8% auto, 1.5% 68%;
    -moz-background-size: 10% auto, 1.5% 68%;
}

.solution-block {
    display: flex;
    display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex; /* Chrome */
    display: -moz-box; /* Firefox 19 */
    display: -ms-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 9%;
    width: 100%;
    height: 100%;
    background-origin: content-box;
}

.solution-block .solution-back {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    padding-top: 30%;
    margin: auto;
    border: 3px solid #ececec;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.solution-banner-number {
    position: absolute;
    top: 0;
    left: 13%;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 0.33rem;
    color: #ffffff;
    background: url("../images/brown-circle.png") no-repeat center;
    background-size: 100%;
    -moz-background-size: 100%;
    z-index: 3;
}

.solution-banner-number.active {
    left: 27%;
}

.solution-banner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.solution-banner-block {
    margin-left: 31%;
    height: 100%;
    width: 152%;
    text-align: left;
    white-space: nowrap;
    transition: margin-left .5s;
}

.solution-banner-block .solution-one {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    padding-top: 13.2%;
    width: 25% !important;
    color: #999;
}

.solution-banner-block .solution-two {
    background: #ffffff url("../images/banner-two.png") no-repeat left;
    background-size: 50% 100%;
    -moz-background-size: 50% 100%;
}

.solution-banner-block .solution-three {
    background: #ffffff url("../images/banner-three.png") no-repeat left;
    background-size: 50% 100%;
    -moz-background-size: 50% 100%;
}

.solution-banner-block .solution-four {
    background: #ffffff url("../images/banner-four.png") no-repeat left;
    background-size: 50% 100%;
    -moz-background-size: 50% 100%;
}

.solution-banner-block .solution-five {
    background: #ffffff url("../images/banner-five.png") no-repeat left;
    background-size: 50% 100%;
    -moz-background-size: 50% 100%;
}

.solution-block .solution {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-top: 13.2%;
    margin-right: 2%;
    width: 25% !important;
    color: #999;
}

.solution {
    background: #ffffff url("../images/banner-one.png") no-repeat left;
    background-size: 50% 100%;
    -moz-background-size: 50% 100%;
}

.center-text {
    text-align: center;
}

.card-content {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5%;
    width: 50%;
    text-align: center;
    line-height: 2;
}

.card-content > div {
    font-size: 0.2rem;
    color: #333333;
    font-weight: 600;
}

.card-content > p {
    padding: 0 10%;
    text-align: left;
    white-space: normal;
    font-size: 0.18rem;
}

.solution-banner-title {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -6%;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 4px;
}

.solution-banner-btn {
    position: absolute;
    bottom: 16%;
    width: 150px;
    left: 14%;
}

.solution-banner-block .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 300%;
    background: url("../images/mask-one.svg") no-repeat 50%;
    background-size: cover;
    -moz-background-size: cover;
}


@keyframes mask {
    0% {
        transform: translate3d(-100%, -40%, 0);
        -webkit-transform: translate3d(-100%, -40%, 0);
    }
    100% {
        transform: translate3d(300%, 70%, 0);
        -webkit-transform: translate3d(300%, 70%, 0);
    }
}

.left {
    background: url("../images/left-arrow.png") no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 2%;
    float: left;
    outline: none !important;
}

.right {
    background: url("../images/right-arrow.png") no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: right;
    outline: none !important;
}

.left.conceal, .right.conceal {
    opacity: .5;
}

/* 案例展示页面*/
.typical-title {
    background: url("../images/typical.png");
    background-size: 11% auto, 1.5% 68%;
    -moz-background-size: 12% auto, 1.5% 68%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, top;
    background-origin: border-box, content-box;
}

.typical-block {
    width: 100%;
    height: 65%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url("../images/typical-background.png") no-repeat center;
    background-size: 100% 137%;
    -moz-background-size: 100% 137%;
    background-origin: border-box;
    position: absolute;
    top: 3%;
    bottom: 0;
    margin: auto;
}

.typical-block > div {
    width: 58%;
    height: 50%;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.typical-banner {
    width: 300%;
    height: 100%;
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transition: transform .3s;
}

.typical-banner > a {
    height: 100%;
    width: 33%;
    display: inline-block;
    position: relative;
}

.typical-banner .typical-img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    border: 4px solid #ffffff;
}

.typical-img {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.typical-banner .typical-banner-block {
    width: 47%;
    float: right;
    color: #ffffff;
    height: 100%;
}

.typical-banner-block > div {
    font-size: 20px;
    font-weight: 600;
}

.typical-banner .typical-p {
    line-height: 2;
    font-size: 0.18rem;
    text-align: left;
    white-space: normal;
    margin-top: 26px;
}

.typical-block .left, .typical-block .right {
    top: 45%;
    position: absolute;
}

.typical-block .left:hover, .typical-block .right:hover {
    border: 1px solid #ffffff;
}

.typical-block .left.hide:hover, .typical-block .right.hide:hover {
    border: none;
}

.typical-block .right {
    background: url("../images/light-right-arrow.png") no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    right: 14%;
    outline: none
}

.typical-block .left {
    left: 14%;
    background: url("../images/light-left-arrow.png") no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    outline: none
}

/* 左右箭头*/
.left.conceal, .right.conceal {
    opacity: .5;
}

.left.hide:hover, .right.hide:hover {
    border: none;
    box-shadow: none;
}

.left:hover, .right:hover {
    border: 1px solid #999;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* 关于颐瑞*/
.section.about-yr-background {
    background: url("../images/about-yr-background.png") no-repeat center;
    background-size: cover;
}

.yr-title {
    background: url("../images/about-us.png");
    background-size: 8% auto, 1.5% 68%;
    -moz-background-size: 8% auto, 1.5% 68%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, top;
    background-origin: border-box, content-box;
}

.about-block {
    padding-top: 11%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.about-block > div {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    padding-top: 3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.about-yr {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -12%;
}

.about-content-left {
    width: 20%;
    padding-top: 25%;
    position: relative;
    float: left;
    margin-top: -3%;
}

/* 关于颐瑞 - 公司简介 */
.about-left-back {
    background: url('../images/yr-content-background.png');
    position: absolute;
    width: 100%;
    top: 8%;
    left: 8%;
    height: 100%;
}

.about-left-back > div {
    position: absolute;
    right: 2%;
    color: #666;
    font-size: 0.14rem;
    width: 5%;
    text-align: center;
    top: 53%;
}

.about-left-back ul li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #666;
    margin-top: 10px;
}

.about-left-back ul li.active {
    background-color: #666;
}

.about-left-back ul li:hover {
    background-color: #666;
    cursor: pointer;
}

.about-introduce-active {
    background-color: #666666;
    position: absolute;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: dot 12s infinite;
}

@keyframes dot {
    0% {
        top: 10px;

    }
    25% {
        top: 28px;
    }
    50% {
        top: 46px;

    }
    75% {
        top: 64px;

    }
    100% {
        top: 10px;

    }

}

.about-banner-block {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    box-shadow: 0 1px 34px rgba(0, 0, 0, 0.1);
}

.about-yr-introduce {
    margin-top: 5%;
    font-size: 0.2rem;
    font-weight: 600;
}

.about-introduce-content {
    height: 100%;
    width: 80%;
    margin: 0 auto;
    transition: transform .5s;
    animation: abouty 12s infinite;
    font-size: 0.18rem;
    color: #999;
}

@keyframes abouty {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);

    }
    25% {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
    }
    50% {
        transform: translate3d(0, -200%, 0);
        -webkit-transform: translate3d(0, -200%, 0);

    }
    75% {
        transform: translate3d(0, -300%, 0);
        -webkit-transform: translate3d(0, -300%, 0);

    }
    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);

    }
}

.about-introduce-content > div {
    width: 100%;
    text-align: left;
    text-indent: 30px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 0.21rem;
}

/* 关于颐瑞 - 企业准则 */

.about-content-right {
    width: 40%;
    position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -14%;
}

.about-content-right .title {
    font-weight: 600;
    font-size: 0.2rem;
    text-align: left;
}

.about-content-right .about-content {
    background: url('../images/enterprise-vision.png') no-repeat left;
    background-size: auto 100%;
    -moz-background-size: auto 100%;
    padding-left: 20%;
    text-align: left;
    width: 100%;
    padding-top: 10%;
    position: relative;
    margin-top: 8%;
}

.about-content-right .about-content-two {
    background: url('../images/enterprise-mission.png') no-repeat left;
    background-size: auto 100%;
    -moz-background-size: auto 100%;
}

.about-content-right .about-content-3 {
    background: url('../images/enterprise-values.png') no-repeat left;
    background-size: auto 100%;
    -moz-background-size: auto 100%;
}

.about-content-right .about-content > div {
    position: absolute;
    font-size: 0.18rem;
}

.about-content-right .about-content .top-content {
    top: 14%;
}

.about-content-right .about-content .bottom-content {
    bottom: 14%;
    color: #666;
    white-space: nowrap;
}

/* 加入我们 */
.join-title {
    background: url("../images/join-us.png");
    background-size: 7% auto, 1.5% 68%;
    -moz-background-size: 7% auto, 1.5% 68%;
    background-repeat: no-repeat, no-repeat;
    background-position: center, top;
    background-origin: border-box, content-box;
    /*padding-top: 27px;*/
}

.join-block {
    width: 70%;
    margin: 6% auto 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.join-table {
    display: table;
    width: 100%;
    padding-top: 40%;
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    cursor: default;
    margin-top: -27%;
}

.join-table > div > .table-tr {
    width: 22.5%;
    display: inline-block;
    height: 100%;
    float: left;
    font-size: 0.16rem;
    transition: width .1s;
    color: #333333;
}

.join-table > div > .table-tr.active {
    width: 32.5%;
    box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.join-table > div > .table-tr.active .title {
    background-color: #56beda;
    color: #ffffff;
}

.join-table .title {
    font-size: 0.2rem;
    font-weight: 600;
}

.join-table .table-tr > div.title {
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join-table .table-tr > div.flex-text {
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.table-tr.active > div.flex-text > div {
    width: 81%;
    text-align: left;
    position: relative;
}

.join-table .table-tr > div .info {
    color: #999;
}

.join-table .table-tr:not(.first) {
    border-left: 1px solid #e9e9e9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.join-table .table-tr > div:first-child {
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.join-table .table-tr > .table-content {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.table-tr .info {
    display: none;
}

.table-tr.active .info {
    display: block;
    position: absolute;
}

/*切换篇章*/
.phone-bottom {
    margin: 70px auto;
    text-align: center;
}

.left-article {
    display: inline-block;
    color: #333333;
}

.right-article {
    display: inline-block;
    margin-left: 10%;
    color: #333333;
}

.left-label, .right-label {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

a:hover > .left-label:before, a:hover > .right-label:after {
    border: 1px solid #666666;
    border-radius: 50%;
}

.left-label:before {
    content: "";
    background: url("../images/left-arrow.png") no-repeat center;
    width: 40px;
    height: 100%;
    display: inline-block;
    background-size: 11px 19px;
    -moz-background-size: 11px 19px;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.right-label:after {
    content: "";
    background: url("../images/right-arrow.png") no-repeat center;
    width: 40px;
    height: 100%;
    display: inline-block;
    background-size: 11px 19px;
    -moz-background-size: 11px 19px;
    float: right;
    margin-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* 下滑箭头 */
.deep-down-arrow {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: load .8s infinite;
}

@keyframes load {
    0% {
        bottom: 8%;
        opacity: .3;
    }
    50% {
        bottom: 7%;
        opacity: 1;
    }
    100% {
        bottom: 8%;
        opacity: .3;
    }
}

/* 联系公司*/
.section-five {
    color: #ffffff !important;
}

.section-five > div {
    padding-top: 80px;
    height: 100%;
    width: 100%;
    background-color: #333333;
}

.section-five .foot-div {
    width: 75%;
    margin: 0 auto;
    padding-top: 10%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 0.14rem;
    position: relative;
}

.foot-scan {
    display: inline-block;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.foot-div:after, .foot-scan:after {
    content: "";
    display: table;
    clear: both;
}

.foot-text {
    /*float: right;*/
    text-align: left;
    float: left;
    display: inline-block;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.foot-text > div {
    margin-top: 4%;
    font-size: 0.16rem;
}

.foot-text > div.email {
    background: url("../images/email.png") no-repeat left;
    background-origin: border-box;
    padding-left: 25px;
}

.foot-text > div.phone {
    background: url("../images/phone.png") no-repeat left;
    background-origin: border-box;
    padding-left: 25px;

}

.foot-text > div.address {
    background: url("../images/address.png") no-repeat left;
    background-origin: border-box;
    padding-left: 25px;

}

#container {
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}

#normal-map {
    height: 300px;
}

.foot-form {
    width: 40%;
    display: inline-block;
    float: right;
}

h3, .h3 {
    font-size: 16px;
    font-weight: bold;
}

/* 页脚-地图*/
.normal-foot {
    width: 100%;
    background-color: #333;
    padding: 100px 0;
    color: #ffffff;
}

.normal-foot .foot-div {
    width: 80%;
    margin: 0 auto;
    font-size: 0.14rem;
}

/*自适应布局*/

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .section {
        text-align: center;
        font: 100% "Microsoft Yahei";
        color: #333;
    }

    /*解决方案*/
    .card-content {
        width: 50%;
        text-align: center;
        float: right;
        margin-top: 2%;
        line-height: 25px;
    }

    /*    关于颐瑞*/
    .about-content-left {
        width: 33%;
        padding-top: 40%;
        /*left: 9%;*/
    }

    .normal-foot .foot-div {
        width: 87%;
    }
}

@media screen and (min-width: 1400px) {
    .section {
        text-align: center;
        font: 110% "Microsoft Yahei";
        color: #333;
    }

    .card-content > p {
        line-height: 1.7;
    }
}


@media screen and (max-width: 1500px) {
    .section-title {
        top: 10%;
    }

    .solution-banner-number {
        width: 66px;
        height: 66px;
        line-height: 66px;
    }

    .solution-block .solution-back {
        width: 34%;
        padding-top: 34%;
    }

    /*    关于颐瑞*/
    .about-block {
        padding-top: 8%;
    }

    .about-content-left {
        width: 22%;
        padding-top: 27%;
        /*left: 6%;*/
    }

    .about-content-right .about-content {
        padding-top: 10%;
        margin-top: 7%;
    }

    .about-content-right .about-content .bottom-content {
        text-overflow: ellipsis;
    }

    /*加入我们*/
    .join-table {
        padding-top: 50%;
        margin-top: -23%;
    }
}

@media screen and (max-width: 1200px) {
    .typical-banner a > p {
        line-height: 20px;
    }

    .typical-block > div {
        width: 76%;
    }

    .typical-block .left, .typical-block .right {
        display: none;
    }

    /* 解决方案*/
    .card-content {
        width: 50%;
        text-align: center;
        float: right;
        margin-top: 2%;
        line-height: 20px;
    }

    /*    关于颐瑞*/
    .about-block {
        padding-top: 21%;
    }

    .about-block > div {
        width: 85%;
    }

    .about-yr {
        margin-top: -11%;
    }

    .about-content-left {
        width: 29%;
        padding-top: 36%;
    }

    /*加入我们 */
    .join-block {
        width: 85%;
    }

    .normal-foot .foot-div {
        width: 90%;
    }

    .about-content-right .about-content .top-content {
        top: -10%;
    }

    .about-content-right .about-content .bottom-content {
        bottom: -10%;
    }
}


.header-navbar a:hover, .header-navbar.change a:hover, .header-navbar.detail a:hover .normal_header_div a:hover, .navbar-inverse .navbar-nav > li > a:hover {
    color: #0779ba;
    font-weight: bold;
}


